container: GtkActionBar is not a special container anymore
authorTimm Bäder <mail@baedert.org>
Sun, 14 May 2017 06:58:03 +0000 (08:58 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:13 +0000 (21:27 -0400)
gtk/gtkcontainer.c

index 543d604477644ba27e830431cbc8a7fa9b8c3450..81828d502926e42500a1a0dc82284de7d890d4ac 100644 (file)
@@ -59,7 +59,6 @@
  * of forall().
  */
 #define SPECIAL_CONTAINER(x) (GTK_IS_ASSISTANT (x) || \
-                              GTK_IS_ACTION_BAR (x) || \
                               GTK_IS_POPOVER_MENU (x) || \
                               GTK_IS_SHORTCUTS_SECTION (x) || \
                               GTK_IS_SHORTCUTS_WINDOW (x))